home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / dc174v11.zip / RSB3DROP.MRG < prev    next >
Text File  |  1992-07-18  |  690b  |  19 lines

  1. * ------------[ BLED merge (c) Ken Goosens ]-------------
  2. * Merge this against RBBSSUB3.BAS to produce RBBSSUB3.NEW
  3. * RBBSSUB3.BAS:  Date 6-20-1992  Size 129071 bytes
  4. *          DROP174 (c) 1992 by Richie Molinelli
  5. * ------------[ Created 07-18-1992 02:41:09 ]------------
  6. * REPLACING old line(s) by new
  7. 42020 ZSubParm = -1
  8.       IF Speedy < -8 THEN _
  9.          EXIT SUB
  10.       IF AlreadyWritten = -9 THEN _
  11.          EXIT SUB
  12.       CALL TakeOffHook
  13.       ZModemOffHook = -1
  14.       AlreadyWritten = -9
  15.       CALL UpdtCalr ("Carrier dropped",1)
  16. * ------[ first line different ]------
  17.       CALL DropCarrier                                               ' DROP174
  18.       END SUB
  19.